.left-nav-title.noArr::after{
		display: none;
	}
	
.left_navigation .title {
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
	color: #fff;
	font-size: 22px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #155c93;
	border-bottom:5px solid #fed47b;
}

.menu_chioce {background-color:#000000;}


.comm-list-left-search .leftBox{
	width: 236px;
	float: left;
}
.tab-nav{
	color: #fff;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	 /* background: #9b0c0b;  */
	font-size: 18px;
	background-image: url("02-19-col-bg.png");
}
.left-nav{
	background: #fff;
	margin-top: 0px;
}
.left-nav>li{
	width: 100%;
	line-height: 80px;
	background-color: #d0e1ee;
}

.left-nav-title{
	position: relative;
	margin-left: 20px !important;
	margin-right: 20px;
	cursor: pointer;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align:center;
	border-bottom: 1px dashed #999999;
}
.left-nav-title:hover{
	 /* background-color: #fceef0;  */
}
.left-nav-title.selected {
	color: #155c93;
}
.left-nav-title::after{
	/* content: '>';  */
	/* display: block;  */
	/* position: absolute;  */
	/* right: 16px;  */
	/* top: 0;  */
	/* line-height: 50px;  */
	/* transition: all 0.3s;  */
	/* -moz-transition: all 0.3s;  */
	/* -webkit-transition: all 0.3s;  */
	/* -ms-transition: all 0.3s;  */
}
.left-nav li.current .left-nav-title{
	/* font-weight: bold; */
	color: #155c93;
	font-weight: bold;
	/* background-image: url(06-common-list-d1.png); */
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 1px dashed #155c93;
}
.left-nav li.current .left-nav-title:hover{
	background-color:#fceef0;
}
.left-nav li.current .left-nav-title::after{
	transform: rotate(90deg);
}
.left-nav-title .icon{
	display: block;
	background: url(sprite.png);
	width: 18px;
	height: 16px;
	position: absolute;
	left: 18px;
	top: 50%;
	margin-top: -8px;
	background-position: 0 -290px;
}
.left-nav>li:nth-of-type(1) .icon{
	background-position: 0 -290px;
}
.left-nav>li:nth-of-type(2) .icon{
	background-position: -18px -290px;
}
.left-nav>li:nth-of-type(3) .icon{
	background-position: -36px -290px;
}
.left-nav>li:nth-of-type(4) .icon{
	background-position: -54px -290px;
}
.left-nav>li:nth-of-type(5) .icon{
	background-position: -72px -290px;
}
.left-nav ul{
	display: none;
}
.left-nav>li>ul{
	background: #fbf3f4;
	/* width: 100%; */
	line-height: 50px;
	font-size: 16px;
	color: #333;
	border-bottom:1px dashed #999999;
	margin-left:20px;
	margin-right:20px;
}
.left-nav>li>ul>li{
	padding:0 0;
}

.left-nav .current>ul{
	display: block;
}
.left-child-title.selected{
	color: #333;
}
.left-child-title{
	position: relative;
	cursor: pointer;
	/*padding-left: 43px !important;*/
	color: #333;
	font-size: 16px;
	text-align:center;
}
.left-child-title:hover{
	background-color: #fceef0;
}
.left-child-title .icon{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.left-child-title .icon:after{
	content: '>';
	display: block;
	position: absolute;
	right: -3px;
	top: 0;
	font-size: 16px;
	color: #155c93;
	line-height: 47px;
}

.left-nav .current>.left-child-title{
	color: #155c93;
}
.left-nav .current>.left-child-title .icon::after{
	transform: rotate(90deg);
	color: #155c93;
}
.comm-list-left-search .rightBox{
	width: calc(100% - 236px);
	float: left;
	padding-left: 34px;
}
@media only screen and (max-width:1200px){
	.comm-list-left-search .leftBox{
		display: none;
	}
	.comm-list-left-search .rightBox{
		width: 100%;
		padding: 0.2rem 0.1rem;
		background: #fff;
	}
}